runtime.gcWork.tryGetSpan (method)

5 uses

	runtime (current package)
		mgcmark.go#L1245: 			if s = gcw.tryGetSpan(false); s == 0 {
		mgcmark.go#L1252: 						s = gcw.tryGetSpan(true)
		mgcmark.go#L1341: 			if s = gcw.tryGetSpan(false); s == 0 {
		mgcmark.go#L1356: 						s = gcw.tryGetSpan(true)
		mgcmark_nogreenteagc.go#L76: func (w *gcWork) tryGetSpan(steal bool) objptr {